home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-03-29 | 4.8 KB | 526 lines |
- [ver]
- 4
- [sty]
-
- [files]
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [revisions]
- 0
- [prn]
- TI microLaser Pro 600\pcl5
- [port]
- LPT1:
- [lang]
- 18
- [desc]
-
-
-
-
-
- 793907675
- 21
- 759441762
- 223
- 2
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 1
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [tag]
- Body Text
- 2
- [fnt]
- Arial
- 240
- 0
- 16384
- [algn]
- 1
- 2
- 215
- 0
- 0
- [spc]
- 33
- 272
- 2
- 0
- 0
- 2
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 2
- 0
- 1
- 1
- 1
- 10
- 10
- 1
- [spec]
- 0
- 0
-
- 0
- 2
- 1
- 0
- 16
- 0
- 0
- [nfmt]
- 272
- 1
- 3
- .
- ,
- $
- Body Text
- 0
- 0
- [tag]
- Body Single
- 3
- [fnt]
- Times New Roman
- 240
- 0
- 49152
- [algn]
- 1
- 2
- 0
- 0
- 0
- [spc]
- 33
- 272
- 2
- 0
- 0
- 2
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 2
- 0
- 1
- 1
- 1
- 10
- 10
- 1
- [spec]
- 0
- 0
-
- 0
- 2
- 1
- 0
- 0
- 0
- 0
- [nfmt]
- 280
- 1
- 2
- .
- ,
- $
- Body Single
- 0
- 0
- [tag]
- Function
- 4
- [fnt]
- Arial
- 240
- 0
- 16385
- [algn]
- 1
- 2
- 0
- 0
- 0
- [spc]
- 33
- 272
- 2
- 0
- 0
- 2
- 100
- [brk]
- 68
- [line]
- 8
- 0
- 2
- 0
- 1
- 1
- 1
- 10
- 10
- 1
- [spec]
- 0
- 1
-
- 0
- 2
- 1
- 0
- 0
- 0
- 0
- [nfmt]
- 272
- 1
- 3
- .
- ,
- $
- Body Text
- 0
- 0
- [lay]
- Standard
- 516
- [rght]
- 16834
- 11907
- 2
- 1440
- 1440
- 2
- 1440
- 1440
- 0
- 1
- 0
- 1
- 0
- 2
- 1
- 1440
- 10465
- 12
- 1
- 720
- 1
- 1440
- 1
- 2160
- 1
- 2880
- 1
- 3600
- 1
- 4320
- 1
- 5040
- 1
- 5760
- 1
- 6480
- 1
- 7200
- 1
- 7920
- 1
- 8640
- [hrght]
- [lyfrm]
- 1
- 11200
- 0
- 0
- 11907
- 1440
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 1
- [frmlay]
- 1440
- 11907
- 1
- 1440
- 73
- 2
- 793
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10465
- 1
- 3
- 9360
- [txt]
- >
- [frght]
- [lyfrm]
- 1
- 13248
- 0
- 15394
- 11907
- 16834
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 2
- [frmlay]
- 16834
- 11907
- 1
- 1440
- 793
- 2
- 15467
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10465
- 2
- 2
- 4680
- 3
- 9360
- [txt]
- >
- [elay]
- [l1]
- 0
- [pg]
- 2
- 49 0 16 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 54 0 0 1025 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- [edoc]
- <:#284,9025>DECLARE WaitDDE(ddecon)
-
- <:#284,9025>DECLARE WaitExportDDE(ddeexp)
-
- <:#284,9025>
-
- <:#284,9025>
-
- <:#284,9025>Function TrackerMergePrint()
-
- <:#284,9025>
-
- <:#284,9025>' Establish DDE connections
-
- <:#284,9025>
-
- <:#284,9025>ddecon=DDEInitiate("TCONTACT","TRKINFO")
-
- <:#284,9025>ddesys=DDEInitiate("TCONTACT","SYSTEM")
-
- <:#284,9025>ddeexp=DDEInitiate("TCONTACT","EXPORT")
-
- <:#284,9025>
-
- <:#284,9025>' Export Tracker Version 2 data
-
- <:#284,9025>
-
- <:#284,9025>docs=GetDocPath$()
-
- <:#284,9025>DDEExecute(ddesys, "Export(tie_ascd,allflds,{docs}tracker.dat)")
-
- <:#284,9025>WaitDDE(ddecon)
-
- <:#284,9025>WaitExportDDE(ddeexp)
-
- <:#284,9025>
-
- <:#284,9025>' Terminate DDE connections
-
- <:#284,9025>
-
- <:#284,9025>DDETerminate(ddecon)
-
- <:#284,9025>DDETerminate(ddesys)
-
- <:#284,9025>DDETerminate(ddeexp)
-
- <:#284,9025>
-
- <:#284,9025>' Merge with the data file
-
- <:#284,9025>
-
- <:#284,9025>LayoutMode()
-
- <:#284,9025>SetDataFile("{docs}tracker.dat" 0 "{docs}trkdesc.sam" 0 )
-
- <:#284,9025>Merge(8 "{docs}tracker.dat" "{docs}trkdesc.sam" )
-
- <:#284,9025>FileChanged(1,0)
-
- <:#284,9025>
-
- <:#284,9025>End function
-
- <:#284,9025>
-
- <:#284,9025>
-
- <:#284,9025>Function WaitDDE(ddecon)
-
- <:#284,9025>
-
- <:#284,9025>a="Busy"
-
- <:#284,9025>while (a="Busy")
-
- <:#284,9025> a=DDEReceive$(ddecon, "status")
-
- <:#284,9025>wend
-
- <:#284,9025>
-
- <:#284,9025>End function
-
- <:#284,9025>
-
- <:#284,9025>
-
- <:#284,9025>Function WaitExportDDE(ddeexp)
-
- <:#284,9025>
-
- <:#284,9025>a="busy"
-
- <:#284,9025>while (a="busy")
-
- <:#284,9025> a=DDEReceive$(ddeexp, "status")
-
- <:#284,9025>wend
-
- <:#284,9025>
-
- <:#284,9025>End function
-
- <:#284,9025>
-
- >
-
- [Embedded]
- 00004135
- >
- [macsum] 3
- TrackerMergePrint 0 0 5 4
- WaitDDE 393 1 2 35
- WaitExportDDE 509 1 2 45
- [macse]
- 14 TrackerMergePrint
- 0 8 "TCONTACT" "TRKINFO"
- 13
- 8 1
- 0 8 "TCONTACT" "SYSTEM"
- 13
- 8 2
- 0 8 "TCONTACT" "EXPORT"
- 13
- 8 3
- 0 268
- 13
- 8 4
- 0 11 "{2}" "Export(tie_ascd,allflds,{4}tracker.dat)"
- 16 WaitDDE "{1}"
- 16 WaitExportDDE "{3}"
- 0 9 "{1}"
- 0 9 "{2}"
- 0 9 "{3}"
- 2 210 1
- 2 566 1 "{4}tracker.dat" 0 "{4}trkdesc.sam" 0
- 2 110 1 8 "{4}tracker.dat" "{4}trkdesc.sam"
- 0 34 1 0
- 6 0
- 15
- 9
- 14 WaitDDE
- 7 "Busy"
- 8 2
- 6 2
- 7 "Busy"
- 18 0
- 11 00000104
- 0 10 "{0}" "status"
- 13
- 8 2
- 10 00000027
- 6 1
- 15
- 9
- 14 WaitExportDDE
- 7 "busy"
- 8 2
- 6 2
- 7 "busy"
- 18 0
- 11 00000110
- 0 10 "{0}" "status"
- 13
- 8 2
- 10 00000033
- 6 1
- 15
- 9
- 00004160
-